home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / System7 tools / R / RequiredAE XCMD ƒ / source / hyperUtil.h < prev    next >
Encoding:
Text File  |  1991-08-11  |  620 b   |  24 lines  |  [TEXT/KAHL]

  1. /***
  2.  * hyperUtil.h
  3.  *
  4.  *  Some useful routines for writing hypercard xcmds and xfncs.
  5.  *
  6.  *  Gordon Watts July '91 Copyright.
  7.  *
  8.  ***/
  9.  
  10. Handle strToHandle (XCmdPtr paramPtr, char *theString);
  11. OSErr HCProgramToPortAndLoc (char *theName, LocationNameRec *theLoc,
  12.     PortInfoRec *thePort);
  13.  
  14. void MakePascalStringWLen (StringPtr theDest, int theDestLen, char *theSrc,
  15.         int theSrcLen);
  16.  
  17. OSErr AEFromHCProgram (StringPtr theHCprogName,
  18.     AEEventClass theClass,
  19.     AEEventID theEventID, int returnID, long transactionID,
  20.     AppleEvent *theAE);
  21.  
  22. OSErr makeFileListFmHCF (XCmdPtr paramPtr, char *cfile_list,
  23.         AEDescList *theFileDL);
  24.